@media (max-width: 575.98px) {}


@media (max-width: 991.98px) {
    .header-bottom {
        display: none;
    }

    .h-100 {
        height: auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

@media (max-width: 767.98px) {


    h1 {
        font-size: 32px;
        font-weight: 600;
    }

    .main-search-form {
        margin: 0 auto;
        margin-top: 30px;
    }

    .comment-slider-2 {
        margin-top: 50px;
    }

    .footer-content {
        flex-direction: column;
    }

    .intro-section {
        padding: 50px 0 70px 0;
    }

    .w-md-60 {
        width: 100%;
    }

    .w-md-20 {
        width: calc(50% - 4px);
    }

    .main {
        flex-direction: column;
        margin-top: 30px !important;
    }

    .sidebar {
        display: none;
    }

    p {
        font-size: 11px;
        font-weight: 400;
        color: #677894;
    }

    .mobile-sidebar {
        display: block;
    }

    .main-content h2 {
        font-size: 33px;
        font-weight: 400;
    }

    .login-page-left-section {
        display: none;
    }

    .right-section {
        width: 100%;
        flex-direction: column;
    }

    .login-form {
        width: 90%;
        max-width: 623px;
    }

    .mobil-logo .logo {
        color: #000 !important;
        margin-bottom: 100px;
    }

    .login-page {
        min-height: 100vh;
        display: flex;
        align-items: start;
        background-color: #fff;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .mobil-logo {
        display: block;
    }

    .footer-content .logo {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .contributions-section {
        display: none;
    }

    .comments-slider .swiper-slide {
        width: fit-content;
        margin-right: 25px !important;
    }

    footer h2 {
        font-size: 35px;
        font-weight: 700;
    }

    footer h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .cart-w-img {
        width: 40px;
        height: 40px;
        border-radius: 7px;
        background-color: #2C3344;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-w-text h3 {
        font-size: 14px;
    }

    .cart-w-text p {
        font-size: 12px;
    }

    .logo {
        font-size: 20px;
        color: #5B5574;
        font-family: 'Righteous', cursive;
    }

    .intro-section {
        padding-bottom: 0px !important;
    }
}